home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / testf10.zip / TESTF.DOC < prev    next >
Text File  |  1990-07-05  |  808b  |  32 lines

  1. TESTF 1.0 by Bob Eyer  July 5, 1990
  2.  
  3.  
  4. Syntax:
  5.  
  6. TESTF driveletter or drive
  7.  
  8. TESTF  accepts  either a or A: or a: as its argument, and any drive may
  9. be tested. The following are all valid TESTF calls:
  10.  
  11. TESTF A
  12. testf b
  13. testf c:
  14. testf d
  15. testf b:
  16.  
  17. The returns are as follows:
  18.  
  19. Errorlevel       Meaning
  20.  
  21. 1                Unformatted disk
  22. 2                Drive door not closed
  23. 3                Drive timed out
  24. 4                Device fault
  25. 5                Disk media error
  26. 9                Unknown error
  27.  
  28. Execution  time  depends on the particular drive and the disk parameter
  29. table for each.  Generally, 5.25" floppy drives  will  require  several
  30. seconds  to  return a result where an error condition exists, whereas a
  31. run for a 3.5" drive will take only a fraction of a second.
  32.